home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacHack 1996
/
MacHack 1996.toast
/
Hacks
/
Hacks ’92
/
Text Capture FKEY
/
debug.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1992-01-26
|
243 b
|
10 lines
|
[
TEXT/KAHL
]
#if CHECKPOINTS
#define CKPT(x) DebugStr( "\p" x )
#else
#define CKPT(x)
#endif
void Num_to_hex( long num, StringPtr hex, short numbytes );
void Param_string( StringPtr out, StringPtr format,
StringPtr p0, StringPtr p1, StringPtr p2 );